Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

No: "It is not possible to remove a database icon from the Notes client workspace using LotusScript, JavaScript, or Notes API." in technote

http://www-01.ibm.com/support/docview.wss?uid=swg21097270

You're stuck using formula:
path := "escape\\the\\back\\slash\\in\\folder\\name\\db.nsf";
destSvr := "NewServer/CERT";
@If(@IsError(@Command([AddDatabase]; "OldServer":path));"";"");
@Command([WindowWorkspace]);
@Command([WorkspaceProperties]);
@Command([FileDatabaseRemove]);
@If(@IsError(@Command([AddDatabase]; destSvr:path));@Prompt([Ok];"Adding";"not there");"");
@Prompt([Ok];"Swapping workspace icons from old sever to new server complete.";"DONE")


Feedback response number WEBBA4M83L created by ~Ben Dwogeroplopynds on 11/26/2015

are workspace "icons" accesable via... (~Samuel Fezkily... 25.Jun.08)
. . YES: workspace "icons" are accesabl... (~Arnold Umkrote... 25.Jun.08)
. . . . Sample Code? (~Pippy Ekhipige... 27.Apr.09)
. . . . . . looking for the same (~Autumn Brejumi... 10.May.09)
. . No: "It is not possible to remove a... (~Ben Dwogeroplo... 26.Nov.15)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS